• File: webpack.config.js
  • Full Path: C:/htdocs/javascript/canvas_gauges/test/cjs/webpack.config.js
  • Date Modified: 04/30/2025 7:56 AM
  • File size: 141 bytes
  • MIME-type: text/plain
  • Charset: utf-8
module.exports = {
    entry: './test/cjs/index.js',
    output: {
        path: './test/cjs',
        filename: 'bundle.js'
    }
};